home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00167.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  190 b   |  15 lines

  1. on mouseUp
  2.   if the doubleClick then
  3.     exit
  4.   end if
  5.   cursor(4)
  6.   writecycleinfo()
  7.   leaveFrontPage()
  8.   cursor(0)
  9.   if the optionDown then
  10.     quit()
  11.   else
  12.     startMovie()
  13.   end if
  14. end
  15.